home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / tek / tekstor.proto.h < prev    next >
Text File  |  1993-06-27  |  403b  |  15 lines

  1. TEKSTOREP    newTEKstore(void);
  2. void freeTEKstore(TEKSTOREP s);
  3. short    addTEKstore(TEKSTOREP s, char d);
  4. void    topTEKstore(TEKSTOREP s);
  5. short    nextTEKitem(TEKSTOREP s);
  6. short    TEKunstore(TEKSTOREP s);
  7.  
  8. #ifdef AARON_CONTORER_HAS_A_BRAIN        // Never true
  9. STOREP newstore(void);
  10. void freestore(STOREP s);
  11. int addstore(STOREP s, char d);
  12. int topstore(STOREP s);
  13. int nextitem(STOREP s);
  14. int unstore(STOREP s);
  15. #endif